Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
p2r3 committed Dec 15, 2024
1 parent 16ed530 commit 08dd480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion globals.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ int SPPLICE_INSTALL_STATE = 0; // 0 - idle; 1 - installing; 2 - installed
int SPPLICE_NETCON_PORT = -1;

// Holds the current version's GitHub tag for automatic updates
const std::string SPPLICE_VERSION_TAG = "v0.6.5-alpha";
const std::string SPPLICE_VERSION_TAG = "v0.6.6-alpha";
2 changes: 1 addition & 1 deletion setup/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!

#define MyAppName "Spplice"
#define MyAppVersion "0.6.5"
#define MyAppVersion "0.6.6"
#define MyAppPublisher "PortalRunner"
#define MyAppURL "https://p2r3.com/spplice"
#define MyAppExeName "SppliceCPP.exe"
Expand Down

0 comments on commit 08dd480

Please sign in to comment.