Skip to content

Commit 36168ff

Browse files
authored
bump to pre release 1.1.3-alpha (#94)
1 parent 1578dff commit 36168ff

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ 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.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
810
## [v1.1.2] - 2023-09-24
911

1012
### Added

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-
masking (1.1.2)
4+
masking (1.1.3.pre.alpha)
55

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

lib/masking/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 Masking
4-
VERSION = '1.1.2'
4+
VERSION = '1.1.3-alpha'
55
end

0 commit comments

Comments
 (0)