Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
Bump version to 0.2.1-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAwiteb committed Mar 21, 2023
1 parent 3fc1b85 commit 5e9a4f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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.

7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
name = "ocypode-lang"
description = "A dynamic programming language written in Rust"
authors = ["Awiteb <[email protected]>"]
version = "0.2.0"
version = "0.2.1-rc.1"
edition = "2021"
readme = "README.md"
repository = "https://github.com/TheAwiteb/ocypode-lang"
license = "GPL-3.0-or-later"
keywords = ["programming", "language"]
categories = ["compilers"]
default-run = "ocypode"

[[bin]]
name = "ocypode"
path = "src/main.rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 5e9a4f7

Please sign in to comment.