mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Bump version to 0.4.0
This commit is contained in:
parent
6da33722e9
commit
2184a0fa6a
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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 branch = require "./branch"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue