Skip to content

Commit

Permalink
version bump to 1.5.0 (final)
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Sep 8, 2022
1 parent 23721a7 commit 31ea008
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# sqlite3-ruby Changelog

## 1.5.0 / unreleased
## 1.5.0 / 2022-09-08

### Packaging

Expand Down
6 changes: 2 additions & 4 deletions lib/sqlite3/version.rb
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
module SQLite3

VERSION = "1.5.0.rc2"
VERSION = "1.5.0"

module VersionProxy

MAJOR = 1
MINOR = 5
TINY = 0
BUILD = "rc2"
BUILD = nil

STRING = [ MAJOR, MINOR, TINY, BUILD ].compact.join( "." )
#:beta-tag:

VERSION = ::SQLite3::VERSION
end
Expand Down

0 comments on commit 31ea008

Please # to comment.