Skip to content

Commit

Permalink
chore: Update version to 0.0.22.
Browse files Browse the repository at this point in the history
In preparation for release.
  • Loading branch information
iphydf committed Nov 6, 2024
1 parent ed563ef commit 189764a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ haskell_library(
),
src_strip_prefix = "src",
tags = ["no-cross"],
version = "0.0.21",
version = "0.0.22",
visibility = ["//visibility:public"],
deps = [
":ast",
Expand Down
2 changes: 1 addition & 1 deletion cimple.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cimple
version: 0.0.21
version: 0.0.22
synopsis: Simple C-like programming language
homepage: https://toktok.github.io/
license: GPL-3
Expand Down

0 comments on commit 189764a

Please sign in to comment.