Bump version to 0.4.0

This commit is contained in:
centauri 2026-01-17 20:28:45 +00:00
parent 6da33722e9
commit 2184a0fa6a
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
## [Unreleased] ## [0.4.0] - 2026-01-17
### Added ### Added

View file

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