Skip to content

Commit

Permalink
v0.1.0-alpha.29
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed May 25, 2023
1 parent 4e2fa7e commit 62223f0
Show file tree
Hide file tree
Showing 4 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.1.0-alpha.28
0.1.0-alpha.29
2 changes: 1 addition & 1 deletion bindings/ruby/lib/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# automatically generated, do not edit by hand.
module SqliteHello
VERSION = "0.1.0-alpha.28"
VERSION = "0.1.0-alpha.29"
end
2 changes: 1 addition & 1 deletion bindings/rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "sqlite-hello"
version = "0.1.0-alpha.28"
version = "0.1.0-alpha.29"
edition = "2021"
authors = ["Alex Garcia <alexsebastian.garcia@gmail.com>"]
description = "A SQLite extension for a 'hello world' experience"
Expand Down

0 comments on commit 62223f0

Please sign in to comment.