foxcpp / maddy

✉️ Composable all-in-one mail server.
https://maddy.email
GNU General Public License v3.0
5k stars 240 forks source link

v0.6.1 downloads still show v0.6.0 #506

Closed cbrake closed 2 years ago

cbrake commented 2 years ago

Describe the bug

Hi, thanks for the new release -- look forward to trying it!

Recently downloaded v0.6.1 but when it still shows v0.6.0 when I run it:

[root@mail5 ~]# wget https://maddy.email/builds/0.6.1/maddy-0.6.1-x86_64-linux-musl.tar.zst

[root@mail5 ~]# zstd -d maddy-0.6.1-x86_64-linux-musl.tar.zst

[root@mail5 ~]# tar -xvf maddy-0.6.1-x86_64-linux-musl.tar
./maddy-0.6.0-x86_64-linux-musl/
./maddy-0.6.0-x86_64-linux-musl/maddy.conf
./maddy-0.6.0-x86_64-linux-musl/systemd/
./maddy-0.6.0-x86_64-linux-musl/systemd/maddy@.service 
./maddy-0.6.0-x86_64-linux-musl/systemd/maddy.service
./maddy-0.6.0-x86_64-linux-musl/maddy

[root@mail5 ~]# ls -l
total 46456
drwxr-xr-x 3 root root     4096 Jun 23 18:32 maddy-0.6.0-x86_64-linux-musl
-rw-r--r-- 1 root root 31375872 Jun 23 19:05 maddy-0.6.1-x86_64-linux-musl.tar
-rw-r--r-- 1 root root 16179371 Jun 23 19:05 maddy-0.6.1-x86_64-linux-musl.tar.zst

[root@mail5 ~]# ./maddy-0.6.0-x86_64-linux-musl/maddy version
0.6.0 linux/amd64 go1.18.3

default config: /etc/maddy/maddy.conf
default state_dir: /var/lib/maddy
default runtime_dir: /run/maddy
Oreolek commented 2 years ago

Even the latest git builds v0.6.0.

(It wouldn't be so serious if it was just a number but it does have described bugs - the Inbox is empty and the db can't update without a manual version fix)

foxcpp commented 2 years ago

Oh no. Technically, it is just the version marker - I forgot to update .version file before tagging 0.6.1.

foxcpp commented 2 years ago

0.6.2 is released with correct version info.