Skip to content

Commit 936ff90

Browse files
committed
Bump version to v0.9 beta.
1 parent 951b3d9 commit 936ff90

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

tasks.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3252,8 +3252,8 @@ def display_usage(command_list)
32523252
end
32533253

32543254
if ARGV[0].to_sym == :update_version
3255-
version_change = { from: '0.7.0',
3256-
to: '0.8.0' }
3255+
version_change = { from: '0.8.0',
3256+
to: '0.9.0' }
32573257

32583258
file_names = ['workflow/run_simulation.rb']
32593259

workflow/run_simulation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def report_ft_errors_warnings(forward_translator, designdir)
167167
end.parse!
168168

169169
if options[:version]
170-
workflow_version = '0.8.0'
170+
workflow_version = '0.9.0'
171171
puts "OpenStudio-HPXML v#{workflow_version}"
172172
exit!
173173
end

0 commit comments

Comments
 (0)