From dd8089daa3c0f23bdb8c69275c978d6ba14944c2 Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Tue, 28 Mar 2023 14:49:09 +0200 Subject: [PATCH] Bump build --- bin/compile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile.py b/bin/compile.py index 075a3d0..bfb1277 100644 --- a/bin/compile.py +++ b/bin/compile.py @@ -7,7 +7,7 @@ __intname__ = "npbackup.compile" __author__ = "Orsiris de Jong" __copyright__ = "Copyright (C) 2023 NetInvent" __license__ = "GPL-3.0-only" -__build__ = "2023032601" +__build__ = "2023032801" __version__ = "1.7.0"