Skip to content

Commit

Permalink
update release name and version number (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgkf authored Aug 6, 2024
1 parent 3493534 commit aee4c8f
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
Expand Up @@ -2,7 +2,7 @@
name = "r"
description = "An experimental reimaginging of R"
authors = ["Doug Kelkhoff", "Sebastian Fischer"]
version = "0.3.3"
version = "0.4.0"
edition = "2021"

license-file = "LICENSE.md"
Expand Down
2 changes: 1 addition & 1 deletion src/repl/release.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use crate::session::Session;
use std::sync::LazyLock;
use strum::IntoEnumIterator;

pub const RELEASE_NAME: &str = "Beautiful You";
pub const RELEASE_NAME: &str = "Wonder Where We Land";
pub const GIT_HASH: &str = env!("GIT_HASH");
pub const RELEASE_VERSION: &str = env!("CARGO_PKG_VERSION");
pub const YEAR: &str = "2024";
Expand Down

0 comments on commit aee4c8f

Please sign in to comment.