Skip to content

Commit 0b82be8

Browse files
authored
Merge pull request #244 from NOAA-GFDL/beta1-updates
Update 2026.01 refs
2 parents ff6df48 + b298692 commit 0b82be8

2 files changed

Lines changed: 2 additions & 2 deletions

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 = "2026.01.alpha2" %}
4+
{% set FRE_VERSION = "2026.01.beta1" %}
55

66
{# global fre-specific verbosity setting here? -q for error only, default is up to warning, -v for info, -vv for debug #}
77

for-developers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Assuming you have a copy of this repository already (see the [above](#configrunp
174174
workflow with the following:
175175
```
176176
# load fre, the current version may be updated
177-
module load fre/2026.01.alpha2
177+
module load fre/2026.01.beta1
178178
179179
## if instead, you want the current main branch of noaa-gfdl/fre-cli
180180
#module load fre/test

0 commit comments

Comments
 (0)