diff options
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index ce034a2a1..51437ae45 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project('nautilus', 'c', # Do not forget when releasing: # * Update version in data/org.gnome.Nautilus.appdata.xml.in.in - version: '43.alpha', + version: '43.beta', meson_version: '>= 0.59.0', license: 'GPL-3.0-or-later' |