Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrosent committed Jan 2, 2023
1 parent 18cbd78 commit 45d551c
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 = "frawk"
version = "0.4.6"
version = "0.4.7"
authors = ["Eli Rosenthal <[email protected]>"]
edition = "2018"
description = "an efficient Awk-like language"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ fn dump_bytecode(prog: &str, raw: &RawPrelude) -> String {
fn main() {
#[allow(unused_mut)]
let mut app = Command::new("frawk")
.version("0.4.6")
.version("0.4.7")
.author("Eli R.")
.about("frawk is a pattern scanning and (semi-structured) text processing language")
.arg(Arg::new("program-file")
Expand Down

0 comments on commit 45d551c

Please sign in to comment.