Skip to content

Commit

Permalink
Update versions to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
leihuayi committed Sep 7, 2023
1 parent 7b9b6d1 commit 80ba589
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SHELL := /bin/bash
DOCKER := $(shell type -p docker)
DC := $(shell type -p docker-compose)
TAG := 3.2
TAG := 3.3
APP_NAME := basegun
REG := ghcr.io
ORG := datalab-mi
Expand Down
2 changes: 1 addition & 1 deletion frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "basegun",
"version": "3.1.0",
"version": "3.3.0",
"private": true,
"scripts": {
"preview": "vite preview",
Expand Down

0 comments on commit 80ba589

Please sign in to comment.