Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
eevan78 authored May 27, 2024
1 parent 0629218 commit ef91dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translit.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var (
fixdigraphs = regexp.MustCompile(`\p{Lu}*(Dž|Nj|Lj)\p{Lu}+(Dž|Nj|Lj)?\p{Lu}*`)

doit = true
version = "v0.2.0"
version = "v0.2.1"

rdr = bufio.NewReader(os.Stdin)
out = bufio.NewWriter(os.Stdout)
Expand Down

0 comments on commit ef91dcc

Please sign in to comment.