From f5f60ac84a3a873dadcf090a82b04fc446648e9f Mon Sep 17 00:00:00 2001 From: akwizgran <michael@briarproject.org> Date: Tue, 29 Mar 2022 14:16:41 +0100 Subject: [PATCH] Change version to 0.0.12-release to ensure it sorts after 0.0.12-dev. --- versions.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.json b/versions.json index 21c3010..f486f78 100644 --- a/versions.json +++ b/versions.json @@ -1,6 +1,6 @@ { "obfs4proxy": { - "0.0.12": { + "0.0.12-release": { "repo_url": "https://git.torproject.org/pluggable-transports/obfs4.git", "revision": "a564bc3840bc788605e1a8155f4b95ce0d70c6db", "build_path": "obfs4proxy", -- GitLab