Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ctn-malone committed May 6, 2021
1 parent 4603a34 commit faca1bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [0.3.0] **NOT RELEASED**
## [0.3.0]
* Possibility to indicate that a test should be skipped using `opt.skip` (`tester.js`)
* Possibility to repeat a test multiple times using `opt.repeat` (`tester.js`)
* Wrapper around *ssh* binary (`ssh.js`)
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
An exception will be thrown in case a non semver version is passed as argument
*/

const VERSION = '0.2.3';
const VERSION = '0.3.0';

/**
* Check whether or not a version is in semver format
Expand Down

0 comments on commit faca1bf

Please sign in to comment.