Skip to content

Commit

Permalink
Bump version to v1.2.3-alpha for release
Browse files Browse the repository at this point in the history
  • Loading branch information
okdv committed Apr 24, 2024
1 parent c7d7b07 commit 2e5e576
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend",
"version": "v1.1.0-alpha",
"version": "v1.2.3-alpha",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package version

var (
// current version of application, set by Makefile
Version = "v1.1.0-alpha"
Version = "v1.2.3-alpha"
)

0 comments on commit 2e5e576

Please sign in to comment.