Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
hkong-mitre authored Sep 26, 2023
1 parent 8f75b1b commit e0e3def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dotenv.config();
* The format follows semver for released software: Major.Minor.Patch, e.g., `1.0.0` with an optional '-mitre-' for "MITRE-only" releases
* In addition, before release, it uses the version number that it branched from, and appends it with `+feature_YYYY-MM-DD`, e.g., `1.0.1+twitter_2023-08-02`.
*/
const version = `1.0.2+delta_2023-09-20`;
const version = `1.1.0`;

import { MainCommands } from './commands/MainCommands.js';
const program = new MainCommands(version);
Expand Down

0 comments on commit e0e3def

Please sign in to comment.