Skip to content

Commit

Permalink
Bump version number to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gael-ian committed Aug 24, 2024
1 parent 99fda12 commit 83ea70f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## Version 1.3.1 (2024-08-24)

## Fixed

* Rollback uses of Ruby 3.1+ syntaxic sugar for compatibility with Ruby 3.0 (#111)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ GIT
PATH
remote: .
specs:
vagrant-bindfs (1.3.0)
vagrant-bindfs (1.3.1)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-bindfs/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module VagrantBindfs
VERSION = '1.3.0'
VERSION = '1.3.1'
end

0 comments on commit 83ea70f

Please sign in to comment.