Skip to content

Commit

Permalink
Create new release
Browse files Browse the repository at this point in the history
  • Loading branch information
zachhuff386 committed Jan 21, 2022
1 parent ddae346 commit 30ea7bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
3 changes: 2 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
pritunl-zero changelog
======================

<%= version %>
Version 1.0.2250.3 2022-01-21
-----------------------------

Add support for Azure graph API
Improve Elasticsearch integration
Expand Down
9 changes: 2 additions & 7 deletions constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

const (
Version = "1.0.2164.36"
Version = "1.0.2250.3"
DatabaseVersion = 1
ConfPath = "/etc/pritunl-zero.json"
LogPath = "/var/log/pritunl-zero.log"
Expand All @@ -29,11 +29,6 @@ var (
),
}
StaticTestingRoot = []string{
"www/dist-dev",
"/usr/share/pritunl-zero/www",
path.Join(
build.Default.GOPATH,
"src/github.com/pritunl/pritunl-zero/www",
),
"/home/cloud/go/src/github.com/pritunl/pritunl-zero/www/dist-dev",
}
)

0 comments on commit 30ea7bf

Please sign in to comment.