M README.md => README.md +1 -1
@@ 65,7 65,7 @@ Mepo has a documentation website which lives at:
[mepo.lrdu.org](https://mepo.lrdu.org)
## **Releases**
-The most current release is 1.3.2 which builds against zig 0.13.x.
+The most current release is 1.3.3 which builds against zig 0.13.x.
Details on releases are available at: [releases page](https://git.sr.ht/~mil/mepo/refs).
M src/config.zig => src/config.zig +1 -1
@@ 1,4 1,4 @@
-pub const Version = "1.3.2";
+pub const Version = "1.3.3";
pub const DownloadTimeoutSeconds = 5;
pub const DownloadUseragent = "mepo";
pub const DownloaderPollMs = 50;