diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2025-08-08 20:02:25 -0230 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2025-08-08 20:02:25 -0230 |
| commit | f4996428ffd1868c991539412e98bd24f80012a4 (patch) | |
| tree | 7105ba07608a0b6db925d3723ec9fb85eadb9948 /config.mk | |
| parent | 42557bcfc47cd00012a6a559c2b002fffa245b7d (diff) | |
| download | pfc-f4996428ffd1868c991539412e98bd24f80012a4.zip | |
releasev1.3.1
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,7 @@ -VERSION = 1.3.0 +VERSION = 1.3.1 PREFIX = /usr/local MANPREFIX = ${PREFIX}/share/man + +GOOSES = darwin linux windows +GOARCHES = amd64 arm64 |