Skip to content

Commit

Permalink
update: bump dependencies and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
paepckehh committed Dec 21, 2024
1 parent 6a9d1ff commit 97d98c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

// global exported consts
const SemVer = "v0.1.51"
const SemVer = "v0.1.52"

// global var
var (
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module paepcke.de/opnborg

go 1.22
go 1.23

require (
github.com/alecthomas/chroma/v2 v2.14.0
Expand Down

0 comments on commit 97d98c0

Please sign in to comment.