We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc997af commit 78f6feeCopy full SHA for 78f6fee
History.md
@@ -1,4 +1,7 @@
1
-# 1.0.0-SNAPSHOT / 2018-??-??
+# 1.0.0.beta3 / 2018-08-01
2
+
3
+Note: This is a beta release. The pmdtester is feature complete,
4
+but might contain bugs.
5
6
## External Contributions
7
lib/pmdtester.rb
@@ -27,7 +27,7 @@
27
# and unexpected behaviors will not be introduced to PMD project
28
# after fixing an issue and new rules can work as expected.
29
module PmdTester
30
- VERSION = '1.0.0-SNAPSHOT'
+ VERSION = '1.0.0-beta3'
31
32
def logger
33
PmdTester.logger
0 commit comments