Skip to content

Commit

Permalink
v0.38.11
Browse files Browse the repository at this point in the history
* Strip extra trailing newlines in templates
* Set BigFilesTemporaryDir to GetEnv(TMPDIR) if set or /var/tmp

Signed-off-by: Valentin Rothberg <[email protected]>
  • Loading branch information
vrothberg committed Jun 25, 2021
1 parent 8e6bf7f commit fc7193f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

// Version is the version of the build.
const Version = "0.38.11-dev"
const Version = "0.38.11"

0 comments on commit fc7193f

Please sign in to comment.