Skip to content

Commit

Permalink
Report version as 2.5.1-pre.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Jan 11, 2025
1 parent d397f7b commit 6349cc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/Context.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ export class Context extends EventEmitter {
constructor() {
super();

this.version = '2.5.0'; // see https://semver.org/ for examples
// this.version = '2.5.1-pre.0'; // see https://semver.org/ for examples
// this.version = '2.5.0'; // see https://semver.org/ for examples
this.version = '2.5.1-pre.0'; // see https://semver.org/ for examples

// If user has not seen this version of our software, we will show them a modal at startup.
// Just bump these dates to a higher number to get the screen to come back.
Expand Down

0 comments on commit 6349cc3

Please sign in to comment.