Skip to content

Commit e5728ad

Browse files
committed
Prepare next development version
1 parent 6a74cfe commit e5728ad

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

History.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.0.0-SNAPSHOT / 2018-??-??
2+
3+
14
# 1.0.0.beta1 / 2018-07-16
25

36
* First release of pmdtester

lib/pmdtester/parsers/options.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class Options
1515
LOCAL = 'local'
1616
ONLINE = 'online'
1717
SINGLE = 'single'
18-
VERSION = '1.0.0.beta1'
18+
VERSION = '1.0.0-SNAPSHOT'
1919

2020
attr_reader :local_git_repo
2121
attr_reader :base_branch

0 commit comments

Comments
 (0)