Skip to content

Commit

Permalink
Update translit.go
Browse files Browse the repository at this point in the history
Bump the version
  • Loading branch information
eevan78 authored May 14, 2024
1 parent b368513 commit 9342fc0
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 @@ -29,7 +29,7 @@ var (
fixdigraphs = regexp.MustCompile(`\p{Lu}*(Dž|Nj|Lj)\p{Lu}+(Dž|Nj|Lj)?\p{Lu}*`)

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

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

0 comments on commit 9342fc0

Please sign in to comment.