Skip to content

Commit f9ec2a1

Browse files
committed
[enh] bump version
1 parent 6959762 commit f9ec2a1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

hister.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import (
3737
"gopkg.in/yaml.v3"
3838
)
3939

40-
const Version = "v0.10.0"
40+
const Version = "v0.11.0"
4141

4242
var (
4343
cliErrorStyle = lipgloss.NewStyle().Foreground(lipgloss.Color("9")).Bold(true)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webui/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hister/app",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)