Skip to content

Commit 9342fc0

Browse files
authored
Update translit.go
Bump the version
1 parent b368513 commit 9342fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translit.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var (
2929
fixdigraphs = regexp.MustCompile(`\p{Lu}*(Dž|Nj|Lj)\p{Lu}+(Dž|Nj|Lj)?\p{Lu}*`)
3030

3131
doit = true
32-
version = "0.2"
32+
version = "v0.2.0"
3333

3434
rdr = bufio.NewReader(os.Stdin)
3535
out = bufio.NewWriter(os.Stdout)

0 commit comments

Comments
 (0)