Skip to content

Commit 78f6fee

Browse files
committed
Prepare release 1.0.0.beta3
1 parent bc997af commit 78f6fee

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

History.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# 1.0.0-SNAPSHOT / 2018-??-??
1+
# 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.
25

36
## External Contributions
47

lib/pmdtester.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# and unexpected behaviors will not be introduced to PMD project
2828
# after fixing an issue and new rules can work as expected.
2929
module PmdTester
30-
VERSION = '1.0.0-SNAPSHOT'
30+
VERSION = '1.0.0-beta3'
3131

3232
def logger
3333
PmdTester.logger

0 commit comments

Comments
 (0)