Skip to content

Commit

Permalink
chore: Bump to v2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marhkb committed Sep 26, 2023
1 parent bb1a439 commit 233a271
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pods"
version = "2.0.0-dev"
version = "2.0.0-beta.1"
authors = ["Marcus Behrendt <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'pods',
'rust',
version: '2.0.0-dev',
version: '2.0.0-beta.1',
meson_version: '>= 0.59',
license: 'GPL3+',
)
Expand Down

0 comments on commit 233a271

Please sign in to comment.