Skip to content

Commit 0964982

Browse files
committedFeb 17, 2024·
update to 2.3.0
1 parent 1a9644b commit 0964982

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed
 

‎.github/workflows/docker-image.yml

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Docker Image CI
22

33
on:
44
push:
5-
branches: [ "master" ]
65
tags: [ 'v*.*.*' ]
76

87
env:

‎helm/chatgpt-mattermost-bot/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ apiVersion: v2
22
name: chatgpt-mattermost-bot
33
description: A ChatGPT-powered Chatbot for Mattermost
44
type: application
5-
version: 2.1.2
6-
appVersion: v2.1.2
5+
version: 2.3.0
6+
appVersion: v2.3.0
77

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chatgpt-mattermost-bot",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"private": true,
55
"scripts": {
66
"start": "ts-node ./src/botservice.ts",

0 commit comments

Comments
 (0)
Please sign in to comment.