diff --git a/features/core.feature b/features/core.feature index 0861f231..24b398a3 100644 --- a/features/core.feature +++ b/features/core.feature @@ -10,7 +10,7 @@ Feature: Functionality of jrnl outside of actually handling journals Given we use the config "simple.yaml" When we run "jrnl -v" Then we should get no error - Then the output should match "^jrnl version v\d+\.\d+(\.\d+)?(-(alpha|beta))?$" + Then the output should match "^jrnl version v\d+\.\d+\.\d+(-(alpha|beta))?$" Scenario: Running the diagnostic command When we run "jrnl --diagnostic"