Skip to content

Commit

Permalink
update to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yGuy committed Feb 17, 2024
1 parent 1a9644b commit 0964982
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Docker Image CI

on:
push:
branches: [ "master" ]
tags: [ 'v*.*.*' ]

env:
Expand Down
4 changes: 2 additions & 2 deletions helm/chatgpt-mattermost-bot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiVersion: v2
name: chatgpt-mattermost-bot
description: A ChatGPT-powered Chatbot for Mattermost
type: application
version: 2.1.2
appVersion: v2.1.2
version: 2.3.0
appVersion: v2.3.0

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chatgpt-mattermost-bot",
"version": "2.2.0",
"version": "2.3.0",
"private": true,
"scripts": {
"start": "ts-node ./src/botservice.ts",
Expand Down

0 comments on commit 0964982

Please sign in to comment.