Skip to content

Commit

Permalink
🔖Release 3.8.2 (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
noam987 authored Mar 12, 2024
1 parent f853c54 commit ef18a16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions include/api.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@

#define PROS_VERSION_MAJOR 3
#define PROS_VERSION_MINOR 8
#define PROS_VERSION_PATCH 1
#define PROS_VERSION_STRING "3.8.1"
#define PROS_VERSION_PATCH 2
#define PROS_VERSION_STRING "3.8.2"

#include "pros/adi.h"
#include "pros/colors.h"
Expand All @@ -56,8 +56,8 @@
#include "pros/misc.h"
#include "pros/motors.h"
#include "pros/optical.h"
#include "pros/rtos.h"
#include "pros/rotation.h"
#include "pros/rtos.h"
#include "pros/screen.h"
#include "pros/vision.h"

Expand All @@ -66,6 +66,7 @@
#include "pros/distance.hpp"
#include "pros/gps.hpp"
#include "pros/imu.hpp"
#include "pros/link.hpp"
#include "pros/llemu.hpp"
#include "pros/misc.hpp"
#include "pros/motors.hpp"
Expand All @@ -74,7 +75,6 @@
#include "pros/rtos.hpp"
#include "pros/screen.hpp"
#include "pros/vision.hpp"
#include "pros/link.hpp"
#endif

#endif // _PROS_API_H_
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.8.1
3.8.2

0 comments on commit ef18a16

Please sign in to comment.