Skip to content

Commit 5ff54bf

Browse files
committed
fix: Align version numbers with release
1 parent ba01c34 commit 5ff54bf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
{
3737
default = pkgs.buildGoModule {
3838
pname = "voxinput";
39-
version = "0.1.0";
39+
version = "0.3.0";
4040

4141
# Path to the source code
4242
src = ./.;

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
// Sync with flake
14-
const version = "0.1.0"
14+
const version = "0.3.0"
1515

1616
func main() {
1717

0 commit comments

Comments
 (0)