Skip to content

Commit 809fb90

Browse files
committed
Prepare next development version 1.6.1-SNAPSHOT
1 parent b997175 commit 809fb90

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

History.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 1.6.1-SNAPSHOT / ????-??-??
2+
3+
## New and Noteworthy
4+
5+
## Enhancements
6+
7+
## Fixed Issues
8+
9+
## Dependency Updates
10+
11+
## External Contributions
12+
113
# 1.6.0 / 2025-07-25
214

315
## New and Noteworthy

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.6.0'
36+
VERSION = '1.6.1-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.6.0 ruby lib
4+
# stub: pmdtester 1.6.1.pre.SNAPSHOT ruby lib
55

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

1010
s.required_rubygems_version = Gem::Requirement.new(">= 0".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)