Skip to content
This repository has been archived by the owner on May 8, 2022. It is now read-only.

Commit

Permalink
Bump program version to 2.5.0, database version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SCP002 committed May 4, 2022
1 parent a7cb0f0 commit a708be0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ checkVersion:

goto checkVersion

case "2.2.0", "2.2.1", "2.2.2", "2.2.3":
case "2.2.0", "2.2.1", "2.2.2", "2.2.3", "2.3.0":
// If there are changes to the Database in a later update, continue here

break
Expand Down
4 changes: 2 additions & 2 deletions xteve.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ var GitHub = GitHubStruct{Branch: "master", User: "SCP002", Repo: "xTeVe", Updat
const Name = "xTeVe"

// Version : Version, the Build Number is parsed in the main func
const Version = "2.4.1.0000"
const Version = "2.5.0.0000"

// DBVersion : Database Version
const DBVersion = "2.2.3"
const DBVersion = "2.3.0"

// APIVersion : API Version
const APIVersion = "1.1.0"
Expand Down

0 comments on commit a708be0

Please sign in to comment.