Skip to content

Commit 75f5303

Browse files
committed
Bump version to 1.4.0-SNAPSHOT
1 parent b3f3245 commit 75f5303

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/pmdtester.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# and unexpected behaviors will not be introduced to PMD project
3434
# after fixing an issue and new rules can work as expected.
3535
module PmdTester
36-
VERSION = '1.3.1-SNAPSHOT'
36+
VERSION = '1.4.0-SNAPSHOT'
3737
BASE = 'base'
3838
PATCH = 'patch'
3939
PR_NUM_ENV_VAR = 'PMD_CI_PULL_REQUEST_NUMBER' # see PmdBranchDetail

pmdtester.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# DO NOT EDIT THIS FILE. Instead, edit Rakefile, and run `rake hoe:spec`.
22

33
# -*- encoding: utf-8 -*-
4-
# stub: pmdtester 1.3.1.pre.SNAPSHOT ruby lib
4+
# stub: pmdtester 1.4.0.pre.SNAPSHOT ruby lib
55

66
Gem::Specification.new do |s|
77
s.name = "pmdtester".freeze
8-
s.version = "1.3.1.pre.SNAPSHOT"
8+
s.version = "1.4.0.pre.SNAPSHOT"
99

1010
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version=
1111
s.metadata = { "bug_tracker_uri" => "https://github.com/pmd/pmd-regression-tester/issues", "homepage_uri" => "https://pmd.github.io", "source_code_uri" => "https://github.com/pmd/pmd-regression-tester" } if s.respond_to? :metadata=

0 commit comments

Comments
 (0)