diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-09-16 20:41:02 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-09-16 20:41:02 +0900 |
| commit | 6a6f62efa672bdb439c2f9056055193a53c1df01 (patch) | |
| tree | b18289b4ceda1387be5eadd27d77709f4ebf9b95 | |
| parent | 03c24c51224e85eb96527a512f5f0483464fc810 (diff) | |
release: 0.0.0-beta.2
This project started as a Go implementation of https://github.com/intgr/ego. That is clearly no longer what it is anymore and the tagged releases no longer made sense, so we're going back to v0.
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
| -rw-r--r-- | package.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.nix b/package.nix index ac93afec..e6edbbba 100644 --- a/package.nix +++ b/package.nix @@ -9,7 +9,7 @@ buildGoModule rec { pname = "fortify"; - version = "1.1.0"; + version = "0.0.0-beta.2"; src = ./.; vendorHash = null; |
