diff --git a/README.md b/README.md index 029e90f..502bc9d 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,6 @@ Optional (for building man pages): #### Note for Gentoo Users Beansprout is available in my personal [ebuild repo](https://codeberg.org/bwbuhse/buhserepo). -Right now, it's just a live ebuild, but I will add versioned ebuilds once v0.1.0 is released. ### Build diff --git a/build.zig.zon b/build.zig.zon index 5f688aa..79a6437 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -4,7 +4,7 @@ .{ .name = .beansprout, - .version = "0.0.1", + .version = "0.1.0", .fingerprint = 0x145dac71c283d187, // Changing this has security and trust implications.