Bump version to 0.4.1

This commit is contained in:
centauri 2026-07-11 13:25:38 +01:00
parent 19eaeb424f
commit 5ed4c01940
3 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,4 @@
local version = { major = 0, minor = 4, patch = 0 }
local version = { major = 0, minor = 4, patch = 1 }
local root = require "./root"
local branch = require "./branch"