Skip to content

Commit

Permalink
build: update to version 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-china committed Apr 27, 2024
1 parent d87fa1e commit 5f30931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zawk"
version = "0.5.4"
version = "0.5.5"
authors = ["Eli Rosenthal <[email protected]>", "linux_china <[email protected]>"]
edition = "2021"
description = "An efficient Awk-like language implementation by Rust with stdlib"
Expand Down
2 changes: 1 addition & 1 deletion src/builtins.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use smallvec::smallvec;

use std::convert::TryFrom;

pub const VERSION: &'static str = "0.5.4";
pub const VERSION: &'static str = "0.5.5";

#[derive(Copy, Clone, Debug, PartialEq, Eq)]
pub enum Function {
Expand Down

0 comments on commit 5f30931

Please sign in to comment.