Skip to content

Commit 1fe08fc

Browse files
committed
version const changed to 1.0
1 parent 05e0111 commit 1fe08fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pongo2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
)
66

77
// Version string
8-
const Version = "1.0-rc1"
8+
const Version = "1.0"
99

1010
// Helper function which panics, if a Template couldn't
1111
// successfully parsed. This is how you would use it:

0 commit comments

Comments
 (0)