Skip to content

Commit

Permalink
Bump version to **0.12.5**
Browse files Browse the repository at this point in the history
- Updated `VERSION` in `lib/betterdocs/version.rb`
- Updated gemspec in `betterdocs.gemspec` to reference **0.12.5**
- Updated `VERSION` in `VERSION` file to **0.12.5**
  • Loading branch information
flori committed Sep 17, 2024
1 parent 2c9ba56 commit 4ae9e08
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.4
0.12.5
4 changes: 2 additions & 2 deletions betterdocs.gemspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# -*- encoding: utf-8 -*-
# stub: betterdocs 0.12.4 ruby lib
# stub: betterdocs 0.12.5 ruby lib

Gem::Specification.new do |s|
s.name = "betterdocs".freeze
s.version = "0.12.4".freeze
s.version = "0.12.5".freeze

s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
Expand Down
2 changes: 1 addition & 1 deletion lib/betterdocs/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Betterdocs
# Betterdocs version
VERSION = '0.12.4'
VERSION = '0.12.5'
VERSION_ARRAY = VERSION.split('.').map(&:to_i) # :nodoc:
VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
VERSION_MINOR = VERSION_ARRAY[1] # :nodoc:
Expand Down

0 comments on commit 4ae9e08

Please sign in to comment.