We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85836d2 + 9feb6c7 commit 6e1ed48Copy full SHA for 6e1ed48
3 files changed
CHANGELOG.md
@@ -5,4 +5,4 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
-## [2.1.14] - Unreleased
+## [3.0.1] - Unreleased
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- circulator (2.1.14)
+ circulator (3.0.1)
GEM
remote: https://rubygems.org/
lib/circulator/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Circulator
- VERSION = "2.1.14"
+ VERSION = "3.0.1"
end
0 commit comments