Skip to content

Commit 6e1ed48

Browse files
authored
Merge pull request #69 from SOFware/reissue/3.0.1
Bump version for next release
2 parents 85836d2 + 9feb6c7 commit 6e1ed48

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [2.1.14] - Unreleased
8+
## [3.0.1] - Unreleased

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
circulator (2.1.14)
4+
circulator (3.0.1)
55

66
GEM
77
remote: https://rubygems.org/

lib/circulator/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Circulator
4-
VERSION = "2.1.14"
4+
VERSION = "3.0.1"
55
end

0 commit comments

Comments
 (0)