Skip to content

Commit 5e81b81

Browse files
committed
v3
1 parent d394c14 commit 5e81b81

2 files changed

Lines changed: 2 additions & 2 deletions

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 = "v3"
55

66
// Helper function which panics, if a Template couldn't
77
// successfully parsed. This is how you 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+
v3

0 commit comments

Comments
 (0)