diff options
author | Unknwon <u@gogs.io> | 2016-02-02 10:22:27 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-02-02 10:22:27 -0500 |
commit | 5a27aea8e05fcef3358f12e4e4bc75eb626b9a71 (patch) | |
tree | dda90ec097f93cb9db54e82c7100bd6852735744 /templates/.VERSION | |
parent | 1c74612b3c025282d4731880575922c797813ca7 (diff) | |
download | gitea-5a27aea8e05fcef3358f12e4e4bc75eb626b9a71.tar.gz gitea-5a27aea8e05fcef3358f12e4e4bc75eb626b9a71.zip |
Fix random avatar does not work on Windows
path.Dir can't handle Windows case, must use filepath.Dir
Diffstat (limited to 'templates/.VERSION')
-rw-r--r-- | templates/.VERSION | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/.VERSION b/templates/.VERSION index f0ec56d666..859d0a2555 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.8.27.0201
\ No newline at end of file +0.8.27.0202
\ No newline at end of file |