Skip to content

Commit d2bbf16

Browse files
committed
Merge remote-tracking branch 'origin/main' into develop
2 parents 76d93d9 + 711b69c commit d2bbf16

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Ponder
22
-------
33
###### OpenAI Powered Chat Tool
4-
[![main](https://github.com/seemywingz/ponder/actions/workflows/dockerBuildX.yml/badge.svg?branch=main)](https://github.com/seemywingz/ponder/actions/workflows/dockerBuildX.yml)
4+
[![main](https://github.com/seemywingz/ponder/actions/workflows/dockerBuildX.yml/badge.svg?branch=v0.4.2)](https://github.com/seemywingz/ponder/actions/workflows/dockerBuildX.yml)
55

66

77
# Install
@@ -73,7 +73,7 @@ ponder image "a ferocious cat with wings and fire"
7373
7474
Ponder
7575
GitHub: https://github.com/seemywingz/ponder
76-
App Version: v0.4.1
76+
App Version: v0.4.2
7777
7878
Ponder uses OpenAI's API to generate text responses to user input.
7979
Or whatever else you can think of. 🤔

cmd/root.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
var ponderMessages = []goai.Message{}
18-
var APP_VERSION = "v0.4.1"
18+
var APP_VERSION = "v0.4.2"
1919
var ai *goai.Client
2020

2121
var verbose,

helm/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: v0.4.1
18+
version: v0.4.2
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "v0.4.1"
24+
appVersion: "v0.4.2"

helm/values.production.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replicaCount: 1
66
image:
77
repository: ghcr.io/seemywingz/ponder
88
pullPolicy: Always
9-
tag: v0.4.1
9+
tag: v0.4.2
1010

1111
imagePullSecrets: []
1212
nameOverride: ""

0 commit comments

Comments
 (0)