Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
vo anh vu committed Feb 13, 2023
1 parent 349a3b1 commit d85d7aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Get course module
moodle.courses.module(course_module_id)
```

Copy one course to another
Import course data from a course into another course
```
moodle.courses.core_course_import_course(
:from_course_id => from_course_id,
Expand Down
2 changes: 1 addition & 1 deletion lib/moodle_rb/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module MoodleRb
VERSION = '2.1.0' unless defined?(self::VERSION)
VERSION = '2.1.5' unless defined?(self::VERSION)

def self.version
VERSION
Expand Down

0 comments on commit d85d7aa

Please sign in to comment.