Skip to content

Commit f946812

Browse files
committed
bump version string
1 parent 0a0e612 commit f946812

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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:

template_tests/pongo2ctx.tpl.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dev
1+
4.0.0

0 commit comments

Comments
 (0)