Skip to content

Commit

Permalink
build: update version to 3.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Martinez committed Mar 20, 2023
1 parent a061a55 commit 15d85e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ $ cominnek push "Changes in home page" -F "home"
If you want to contribute to this project, please read the [contributing guide](/CONTRIBUTING.md)
Cominnek `v3.0.0-alpha.2`
Cominnek `v3.0.0-alpha.3`
> With ❤ by [isaacismaelx14](https://github.com/isaacismaelx14)
## About
Expand Down
2 changes: 1 addition & 1 deletion assets/windows/bin/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#include "environment.iss"
#define MyAppName "Cominnek"
#define MyAppVersion "3.0.0-alpha.2"
#define MyAppVersion "3.0.0-alpha.3"
#define MyAppPublisher "Minnek Digital Studio"
#define MyAppURL "https://github.com/Minnek-Digital-Studio/cominnek"
#define MyAppExeName "cominnek.exe"
Expand Down
2 changes: 1 addition & 1 deletion config/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ var cominnekPath = filepath.Join(userPath, ".cominnek")
var cominnekTempPath = filepath.Join(tempPath, ".cominnek")

var Public = IConfig{
Version: "v3.0.0-alpha.2",
Version: "v3.0.0-alpha.3",
KeyPath: filepath.Join(cominnekPath, "key.bin"),
TokenPath: filepath.Join(cominnekPath, "auth.bin"),
PRBody: filepath.Join(cominnekPath, "pr-body.md"),
Expand Down

0 comments on commit 15d85e8

Please sign in to comment.