Why Snap built with version "table"? Version script does not work?

Hi,
Why these snaps I built have at edge version “table” ? Without actual version number? Does version script not work?

name: wekan-ondra
version: 0
version-script: git describe --tags |  cut -c 2-
name: wekan-gantt-gpl
version: 0
version-script: git describe --tags |  cut -c 2-

The version-script property is deprecated and thus should not be used anymore, refer Using external metadata for proper ways to set the snap version dynamically.

1 Like