utils

small programs, scripts and utils
git clone https://git.e1e0.net/utils.git
Log | Files | Refs

commit 4f06483349053777e96e1cf63dcd7d08b53c5c3a
parent 5ed335c62b6b4e992175853600c7c38279abcc5d
Author: Paco Esteban <paco@e1e0.net>
Date:   Thu,  6 Aug 2020 18:01:04 +0200

bump version

Diffstat:
Mgeoloc/geoloc.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/geoloc/geoloc.c b/geoloc/geoloc.c @@ -13,7 +13,7 @@ #define BASE_URL "https://ipapi.co" #define JSON_ENDPOINT "json" -const char *version = "v0.1.0"; +const char *version = "v0.2.0"; struct MemoryStruct { char *memory;