Skip to content

Commit

Permalink
MISC: Change current version to 2.7.0 (#1795)
Browse files Browse the repository at this point in the history
  • Loading branch information
catloversg authored Nov 27, 2024
1 parent bb0b857 commit 6d2e106
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions electron/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 electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bitburner",
"version": "2.6.3",
"version": "2.7.0",
"description": "A cyberpunk-themed programming incremental game",
"main": "main.js",
"author": "Daniel Xie, hydroflame, et al.",
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bitburner",
"license": "SEE LICENSE IN license.txt",
"version": "2.6.3",
"version": "2.7.0",
"main": "electron-main.js",
"author": {
"name": "Daniel Xie, hydroflame, et al."
Expand Down
4 changes: 2 additions & 2 deletions src/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Constants for specific mechanics or features will NOT be here.
*/
export const CONSTANTS = {
VersionString: "2.6.3dev",
VersionString: "2.7.0dev",
isDevBranch: true,
VersionNumber: 40,

Expand Down Expand Up @@ -109,7 +109,7 @@ export const CONSTANTS = {

// Also update Documentation/doc/changelog.md when appropriate (when doing a release)
LatestUpdate: `
## v2.6.3 Dev: Last updated 15 August 2024
## v2.7.0 Dev: Last updated 15 August 2024
### MAJOR ADDITIONS
Expand Down

0 comments on commit 6d2e106

Please sign in to comment.