Skip to content

Commit 7b210b5

Browse files
committed
bump version string
1 parent 0a0e612 commit 7b210b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pongo2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package pongo2
22

33
// Version string
4-
const Version = "dev"
4+
const Version = "4.0.0"
55

66
// Must panics, if a Template couldn't successfully parsed. This is how you
77
// would use it:

0 commit comments

Comments
 (0)