Unverified Commit ba45abb7 authored by Sizhe Zhao's avatar Sizhe Zhao
Browse files

f2: fix version

parent 920ab6d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ buildGoModule rec {
  ldflags = [
    "-s"
    "-w"
    "-X=main.Version=${version}"
    "-X=github.com/ayoisaiah/f2/v2/app.VersionString=${version}"
  ];

  # has no tests