We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a74cfe commit e5728adCopy full SHA for e5728ad
History.md
@@ -1,3 +1,6 @@
1
+# 1.0.0-SNAPSHOT / 2018-??-??
2
+
3
4
# 1.0.0.beta1 / 2018-07-16
5
6
* First release of pmdtester
lib/pmdtester/parsers/options.rb
@@ -15,7 +15,7 @@ class Options
15
LOCAL = 'local'
16
ONLINE = 'online'
17
SINGLE = 'single'
18
- VERSION = '1.0.0.beta1'
+ VERSION = '1.0.0-SNAPSHOT'
19
20
attr_reader :local_git_repo
21
attr_reader :base_branch
0 commit comments