Skip to content

Commit

Permalink
Update version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
0x2a-42 committed Jan 15, 2025
1 parent 2740a5a commit 528028b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 = "lelwel"
version = "0.7.0"
version = "0.7.1"
description = "Resilient LL(1) parser generator"
repository = "https://github.com/0x2a-42/lelwel"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/frontend/generated.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// generated by lelwel 0.7.0
// generated by lelwel 0.7.1

#[allow(unused_macros)]
macro_rules! syntax_error_message {
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ pub mod backend;
pub mod frontend;
pub mod ide;

const VERSION: &str = "0.7.0";
const VERSION: &str = "0.7.1";

pub fn build(path: &str) {
let res = compile(
Expand Down

0 comments on commit 528028b

Please sign in to comment.