Skip to content

Commit

Permalink
Bump version to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
eoftedal committed Mar 12, 2024
1 parent c1c014e commit 1ef4189
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [5.0.0]
## [5.0.0-beta.1]

### Added

Expand Down
2 changes: 1 addition & 1 deletion node/lib/retire.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/

var exports = exports || {};
exports.version = '5.0.0';
exports.version = '5.0.0-beta.1';

function isDefined(o) {
return typeof o !== 'undefined';
Expand Down
2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Erlend Oftedal <[email protected]>",
"name": "retire",
"description": "Retire is a tool for detecting use of vulnerable libraries",
"version": "5.0.0",
"version": "5.0.0-beta.1",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1ef4189

Please sign in to comment.