Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f1b29eb

Browse files
authored
Merge pull request #107 from NOAA-GFDL/fix-fre-cli-version
Set the fre-cli version to 2025.04
2 parents 8ffe42b + 771f529 commit f1b29eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flow.cylc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!jinja2
22

33
{# fre version should be programatically set, not hard-coded. #}
4-
{% set FRE_VERSION = 2025.03 %}
4+
{% set FRE_VERSION = 2025.04 %}
55

66
{# things written between hash and single braces is a Jinja comment. #}
77
{# Jinja code between single braces is run. #}

0 commit comments

Comments
 (0)